From: Richard M. Stallman Date: Fri, 10 Nov 1995 17:47:48 +0000 (+0000) Subject: (LIBS): Add libsrc_libs and keep the old LIBS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85583 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=52c7612248b135104e5c0d31183e02a50ae20dcd;p=emacs.git (LIBS): Add libsrc_libs and keep the old LIBS. --- diff --git a/configure.in b/configure.in index 0237848a9c7..21a7e84599f 100644 --- a/configure.in +++ b/configure.in @@ -1171,7 +1171,7 @@ LISP_FLOAT_TYPE=yes #### Add the libraries to LIBS and check for some functions. CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" -LIBS="$libsrc_libs" +LIBS="$libsrc_libs $LIBS" dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.